projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b927b
)
(shell-file-name-chars): Add ',' and ':'.
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:25:04 +0000
(
05:25
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:25:04 +0000
(
05:25
+0000)
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/shell.el
b/lisp/shell.el
index ff86b52356bd8ed6eb54222defa13bafe18d64e5..a62ea1fdee7c643af0ea6309bd61222eddffa943 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-152,7
+152,7
@@
This is a fine thing to set in your `.emacs' file.")
(defvar shell-file-name-chars
(if (memq system-type '(ms-dos windows-nt))
- "~/A-Za-z0-9_^$!#%&{}@`'.()-"
+ "~/A-Za-z0-9_^$!#%&{}@`'.
,:
()-"
"~/A-Za-z0-9+@:_.$#%,={}-")
"String of characters valid in a file name.
This variable is used to initialize `comint-file-name-chars' in the